Uses of Record Class
net.minecraft.core.component.DataComponentLookup.ComponentStorage
Packages that use DataComponentLookup.ComponentStorage
-
Uses of DataComponentLookup.ComponentStorage in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type DataComponentLookup.ComponentStorageModifier and TypeFieldDescriptionprivate Map<DataComponentType<?>, DataComponentLookup.ComponentStorage<?, T>> DataComponentLookup.cacheMethods in net.minecraft.core.component that return DataComponentLookup.ComponentStorageModifier and TypeMethodDescriptionprivate <C> @Nullable DataComponentLookup.ComponentStorage<C, T> DataComponentLookup.getFromCache(DataComponentType<C> type) private <C> DataComponentLookup.ComponentStorage<C, T> DataComponentLookup.getOrCreateStorage(DataComponentType<C> type) private <C> DataComponentLookup.ComponentStorage<C, T> DataComponentLookup.scanForComponents(DataComponentType<C> type)