Package info.u_team.u_team_core.util
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 -
Method Summary
Modifier and TypeMethodDescriptioncom.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
-
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 classnet.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,
net.minecraft.world.level.block.state.BlockState>
-