Class ModelUtil.EmptyStateDefinition

java.lang.Object
net.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>
info.u_team.u_team_core.util.ModelUtil.EmptyStateDefinition
Enclosing class:
ModelUtil

public static class ModelUtil.EmptyStateDefinition extends net.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>
Utility class for an empty state definition
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.block.state.StateDefinition

    net.minecraft.world.level.block.state.StateDefinition.Builder<O extends Object,S extends net.minecraft.world.level.block.state.StateHolder<O,S>>, net.minecraft.world.level.block.state.StateDefinition.Factory<O extends Object,S extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmptyStateDefinition(net.minecraft.world.level.block.Block block)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.collect.ImmutableList<net.minecraft.world.level.block.state.BlockState>
     

    Methods inherited from class net.minecraft.world.level.block.state.StateDefinition

    any, getOwner, getProperties, getProperty, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EmptyStateDefinition

      public EmptyStateDefinition(net.minecraft.world.level.block.Block block)
  • Method Details

    • getPossibleStates

      public com.google.common.collect.ImmutableList<net.minecraft.world.level.block.state.BlockState> getPossibleStates()
      Overrides:
      getPossibleStates in class net.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>