Uses of Record Class
net.minecraft.component.Component
Packages that use Component
-
Uses of Component in net.minecraft.component
Fields in net.minecraft.component with type parameters of type ComponentModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, Component<?>> Component.PACKET_CODEC
Methods in net.minecraft.component that return ComponentModifier and TypeMethodDescriptionComponentsAccess.getTyped
(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.predicate.component
Fields in net.minecraft.predicate.component with type parameters of type ComponentModifier and TypeFieldDescriptionComponentMapPredicate.Builder.components
ComponentMapPredicate.components
Methods in net.minecraft.predicate.component with parameters of type ComponentModifier and TypeMethodDescriptionConstructor parameters in net.minecraft.predicate.component with type arguments of type ComponentModifierConstructorDescription(package private)
ComponentMapPredicate
(List<Component<?>> components)