public class PointOfInterestType extends ForgeRegistryEntry<PointOfInterestType>
Modifier and Type | Field and Description |
---|---|
static PointOfInterestType |
ARMORER |
static PointOfInterestType |
BUTCHER |
static PointOfInterestType |
CARTOGRAPHER |
static PointOfInterestType |
CLERIC |
static PointOfInterestType |
FARMER |
static java.util.function.Predicate<PointOfInterestType> |
field_221053_a |
static PointOfInterestType |
FISHERMAN |
static PointOfInterestType |
FLETCHER |
static PointOfInterestType |
HOME |
static PointOfInterestType |
LEATHERWORKER |
static PointOfInterestType |
LIBRARIAN |
static PointOfInterestType |
MASON |
static PointOfInterestType |
MEETING |
static PointOfInterestType |
NITWIT |
static PointOfInterestType |
SHEPHERD |
static PointOfInterestType |
TOOLSMITH |
static PointOfInterestType |
UNEMPLOYED |
static PointOfInterestType |
WEAPONSMITH |
delegate
Constructor and Description |
---|
PointOfInterestType(java.lang.String p_i51554_1_,
java.util.Set<BlockState> p_i51554_2_,
int p_i51554_3_,
SoundEvent p_i51554_4_,
int p_i51554_5_) |
PointOfInterestType(java.lang.String p_i51553_1_,
java.util.Set<BlockState> p_i51553_2_,
int p_i51553_3_,
SoundEvent p_i51553_4_,
java.util.function.Predicate<PointOfInterestType> p_i51553_5_,
int p_i51553_6_) |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<PointOfInterestType> |
forState(BlockState state) |
java.util.function.Predicate<PointOfInterestType> |
func_221045_c() |
int |
func_225478_d() |
static java.util.stream.Stream<BlockState> |
getAllStates() |
int |
getMaxFreeTickets() |
SoundEvent |
getWorkSound() |
java.lang.String |
toString() |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public static final java.util.function.Predicate<PointOfInterestType> field_221053_a
public static final PointOfInterestType UNEMPLOYED
public static final PointOfInterestType ARMORER
public static final PointOfInterestType BUTCHER
public static final PointOfInterestType CARTOGRAPHER
public static final PointOfInterestType CLERIC
public static final PointOfInterestType FARMER
public static final PointOfInterestType FISHERMAN
public static final PointOfInterestType FLETCHER
public static final PointOfInterestType LEATHERWORKER
public static final PointOfInterestType LIBRARIAN
public static final PointOfInterestType MASON
public static final PointOfInterestType NITWIT
public static final PointOfInterestType SHEPHERD
public static final PointOfInterestType TOOLSMITH
public static final PointOfInterestType WEAPONSMITH
public static final PointOfInterestType HOME
public static final PointOfInterestType MEETING
public PointOfInterestType(java.lang.String p_i51553_1_, java.util.Set<BlockState> p_i51553_2_, int p_i51553_3_, @Nullable SoundEvent p_i51553_4_, java.util.function.Predicate<PointOfInterestType> p_i51553_5_, int p_i51553_6_)
public PointOfInterestType(java.lang.String p_i51554_1_, java.util.Set<BlockState> p_i51554_2_, int p_i51554_3_, @Nullable SoundEvent p_i51554_4_, int p_i51554_5_)
public int getMaxFreeTickets()
public java.util.function.Predicate<PointOfInterestType> func_221045_c()
public int func_225478_d()
public java.lang.String toString()
toString
in class java.lang.Object
@Nullable public SoundEvent getWorkSound()
public static java.util.Optional<PointOfInterestType> forState(BlockState state)
public static java.util.stream.Stream<BlockState> getAllStates()