Class ConstantBlockStateDataProvider

java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.provider.ImmutableDataProvider<net.minecraft.world.level.block.state.BlockState>
com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.ConstantBlockStateDataProvider
All Implemented Interfaces:
DataProvider<net.minecraft.world.level.block.state.BlockState>

public class ConstantBlockStateDataProvider extends ImmutableDataProvider<net.minecraft.world.level.block.state.BlockState>
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<ConstantBlockStateDataProvider> CODEC
    • value

      protected net.minecraft.world.level.block.state.BlockState value
  • Constructor Details

    • ConstantBlockStateDataProvider

      protected ConstantBlockStateDataProvider(net.minecraft.world.level.block.state.BlockState value)
  • Method Details