Uses of Enum Class
net.minecraft.world.item.component.MapPostProcessing
Packages that use MapPostProcessing
-
Uses of MapPostProcessing in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type MapPostProcessingModifier and TypeFieldDescriptionstatic final DataComponentType
<MapPostProcessing> DataComponents.MAP_POST_PROCESSING
-
Uses of MapPostProcessing in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type MapPostProcessingModifier and TypeFieldDescriptionstatic final IntFunction
<MapPostProcessing> MapPostProcessing.ID_MAP
static final StreamCodec
<io.netty.buffer.ByteBuf, MapPostProcessing> MapPostProcessing.STREAM_CODEC
Methods in net.minecraft.world.item.component that return MapPostProcessingModifier and TypeMethodDescriptionstatic MapPostProcessing
Returns the enum constant of this class with the specified name.static MapPostProcessing[]
MapPostProcessing.values()
Returns an array containing the constants of this enum class, in the order they are declared.