Uses of Enum Class
net.minecraft.component.type.MapPostProcessingComponent
Packages that use MapPostProcessingComponent
-
Uses of MapPostProcessingComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type MapPostProcessingComponentModifier and TypeFieldDescriptionstatic final ComponentType
<MapPostProcessingComponent> DataComponentTypes.MAP_POST_PROCESSING
-
Uses of MapPostProcessingComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type MapPostProcessingComponentModifier and TypeFieldDescriptionstatic final IntFunction
<MapPostProcessingComponent> MapPostProcessingComponent.ID_TO_VALUE
static final PacketCodec
<ByteBuf, MapPostProcessingComponent> MapPostProcessingComponent.PACKET_CODEC
Methods in net.minecraft.component.type that return MapPostProcessingComponentModifier and TypeMethodDescriptionstatic MapPostProcessingComponent
Returns the enum constant of this class with the specified name.static MapPostProcessingComponent[]
MapPostProcessingComponent.values()
Returns an array containing the constants of this enum class, in the order they are declared.