Uses of Record Class
net.minecraft.component.Component
-
Uses of Component in net.minecraft.component
Modifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, Component<?>> Component.PACKET_CODEC
Modifier 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) Modifier and TypeMethodDescriptionComponentMap.Builder.SimpleComponentMap.iterator()
ComponentMap.iterator()
MergedComponentMap.iterator()
ComponentMap.stream()
Modifier and TypeMethodDescription -
Uses of Component in net.minecraft.predicate
Modifier and TypeFieldDescriptionComponentPredicate.Builder.components
ComponentPredicate.components
Modifier and TypeMethodDescriptionModifierConstructorDescription(package private)
ComponentPredicate
(List<Component<?>> components)