Class FarmingBlockState
java.lang.Object
com.hypixel.hytale.builtin.adventure.farming.states.FarmingBlockState
- All Implemented Interfaces:
Component<ChunkStore>,Cloneable
@Deprecated(forRemoval=true)
public class FarmingBlockState
extends Object
implements Component<ChunkStore>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.static BuilderCodec<FarmingBlockState> Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.floatDeprecated, for removal: This API element is subject to removal in a future version.Instant[]Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.floatDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetCurrentFarmingStageIndex(int currentFarmingStageIndex) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCurrentFarmingStageSetName(String currentFarmingStageSetName) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSpreadRate(float spreadRate) Deprecated, for removal: This API element is subject to removal in a future version.voidsetStageSetAfterHarvest(String stageSetAfterHarvest) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
CODEC
Deprecated, for removal: This API element is subject to removal in a future version. -
loaded
public boolean loadedDeprecated, for removal: This API element is subject to removal in a future version. -
baseCrop
Deprecated, for removal: This API element is subject to removal in a future version. -
stageStart
Deprecated, for removal: This API element is subject to removal in a future version. -
currentFarmingStageSetName
Deprecated, for removal: This API element is subject to removal in a future version. -
currentFarmingStageIndex
public int currentFarmingStageIndexDeprecated, for removal: This API element is subject to removal in a future version. -
stageCompletionTimes
Deprecated, for removal: This API element is subject to removal in a future version. -
stageSetAfterHarvest
Deprecated, for removal: This API element is subject to removal in a future version. -
lastGrowthMultiplier
public double lastGrowthMultiplierDeprecated, for removal: This API element is subject to removal in a future version. -
spreadRate
public float spreadRateDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
FarmingBlockState
public FarmingBlockState()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCurrentFarmingStageSetName
Deprecated, for removal: This API element is subject to removal in a future version. -
setCurrentFarmingStageSetName
Deprecated, for removal: This API element is subject to removal in a future version. -
getCurrentFarmingStageIndex
public int getCurrentFarmingStageIndex()Deprecated, for removal: This API element is subject to removal in a future version. -
setCurrentFarmingStageIndex
public void setCurrentFarmingStageIndex(int currentFarmingStageIndex) Deprecated, for removal: This API element is subject to removal in a future version. -
getStageSetAfterHarvest
Deprecated, for removal: This API element is subject to removal in a future version. -
setStageSetAfterHarvest
Deprecated, for removal: This API element is subject to removal in a future version. -
getSpreadRate
public float getSpreadRate()Deprecated, for removal: This API element is subject to removal in a future version. -
setSpreadRate
public void setSpreadRate(float spreadRate) Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
clonein interfaceComponent<ChunkStore>- Overrides:
clonein classObject
-