Uses of Record Class
net.minecraft.component.Component
Packages that use Component
- 
Uses of Component in net.minecraft.componentFields in net.minecraft.component with type parameters of type ComponentModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, Component<?>> Component.PACKET_CODECMethods in net.minecraft.component that return ComponentModifier and TypeMethodDescriptionComponentMap.copy(ComponentType<T> type) (package private) static Component<?> Component.of(Map.Entry<ComponentType<?>, Object> entry) static <T> Component<T> Component.of(ComponentType<T> type, Object value) Methods in net.minecraft.component that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentMap.Builder.SimpleComponentMap.iterator()ComponentMap.iterator()MergedComponentMap.iterator()ComponentMap.stream()Methods in net.minecraft.component with parameters of type ComponentModifier and TypeMethodDescription
- 
Uses of Component in net.minecraft.predicateFields in net.minecraft.predicate with type parameters of type ComponentModifier and TypeFieldDescriptionComponentPredicate.Builder.componentsComponentPredicate.componentsMethods in net.minecraft.predicate with parameters of type ComponentModifier and TypeMethodDescriptionConstructor parameters in net.minecraft.predicate with type arguments of type ComponentModifierConstructorDescription(package private)ComponentPredicate(List<Component<?>> components)