1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:21 EST 2015 -->
<title>BlockContainer (Forge API)</title>
<meta name="date" content="2015-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BlockContainer (Forge API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../net/minecraft/block/BlockCompressedPowered.html" title="class in net.minecraft.block"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../net/minecraft/block/BlockCrops.html" title="class in net.minecraft.block"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/minecraft/block/BlockContainer.html" target="_top">Frames</a></li>
<li><a href="BlockContainer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_classes_inherited_from_class_net.minecraft.block.Block">Nested</a> | </li>
<li><a href="#fields_inherited_from_class_net.minecraft.block.Block">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.minecraft.block</div>
<h2 title="Class BlockContainer" class="title">Class BlockContainer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">net.minecraft.block.Block</a></li>
<li>
<ul class="inheritance">
<li>net.minecraft.block.BlockContainer</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../net/minecraft/block/ITileEntityProvider.html" title="interface in net.minecraft.block">ITileEntityProvider</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../net/minecraft/block/BlockBeacon.html" title="class in net.minecraft.block">BlockBeacon</a>, <a href="../../../net/minecraft/block/BlockBrewingStand.html" title="class in net.minecraft.block">BlockBrewingStand</a>, <a href="../../../net/minecraft/block/BlockChest.html" title="class in net.minecraft.block">BlockChest</a>, <a href="../../../net/minecraft/block/BlockCommandBlock.html" title="class in net.minecraft.block">BlockCommandBlock</a>, <a href="../../../net/minecraft/block/BlockDaylightDetector.html" title="class in net.minecraft.block">BlockDaylightDetector</a>, <a href="../../../net/minecraft/block/BlockDispenser.html" title="class in net.minecraft.block">BlockDispenser</a>, <a href="../../../net/minecraft/block/BlockEnchantmentTable.html" title="class in net.minecraft.block">BlockEnchantmentTable</a>, <a href="../../../net/minecraft/block/BlockEnderChest.html" title="class in net.minecraft.block">BlockEnderChest</a>, <a href="../../../net/minecraft/block/BlockEndPortal.html" title="class in net.minecraft.block">BlockEndPortal</a>, <a href="../../../net/minecraft/block/BlockFlowerPot.html" title="class in net.minecraft.block">BlockFlowerPot</a>, <a href="../../../net/minecraft/block/BlockFurnace.html" title="class in net.minecraft.block">BlockFurnace</a>, <a href="../../../net/minecraft/block/BlockHopper.html" title="class in net.minecraft.block">BlockHopper</a>, <a href="../../../net/minecraft/block/BlockJukebox.html" title="class in net.minecraft.block">BlockJukebox</a>, <a href="../../../net/minecraft/block/BlockMobSpawner.html" title="class in net.minecraft.block">BlockMobSpawner</a>, <a href="../../../net/minecraft/block/BlockNote.html" title="class in net.minecraft.block">BlockNote</a>, <a href="../../../net/minecraft/block/BlockPistonMoving.html" title="class in net.minecraft.block">BlockPistonMoving</a>, <a href="../../../net/minecraft/block/BlockSign.html" title="class in net.minecraft.block">BlockSign</a>, <a href="../../../net/minecraft/block/BlockSkull.html" title="class in net.minecraft.block">BlockSkull</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">BlockContainer</span>
extends <a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a>
implements <a href="../../../net/minecraft/block/ITileEntityProvider.html" title="interface in net.minecraft.block">ITileEntityProvider</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraft.block.Block">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class net.minecraft.block.<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></h3>
<code><a href="../../../net/minecraft/block/Block.SoundType.html" title="class in net.minecraft.block">Block.SoundType</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.block.Block">
<!-- -->
</a>
<h3>Fields inherited from class net.minecraft.block.<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></h3>
<code><a href="../../../net/minecraft/block/Block.html#blockConstructorCalled">blockConstructorCalled</a>, <a href="../../../net/minecraft/block/Block.html#blockHardness">blockHardness</a>, <a href="../../../net/minecraft/block/Block.html#blockIcon">blockIcon</a>, <a href="../../../net/minecraft/block/Block.html#blockMaterial">blockMaterial</a>, <a href="../../../net/minecraft/block/Block.html#blockParticleGravity">blockParticleGravity</a>, <a href="../../../net/minecraft/block/Block.html#blockRegistry">blockRegistry</a>, <a href="../../../net/minecraft/block/Block.html#blockResistance">blockResistance</a>, <a href="../../../net/minecraft/block/Block.html#canBlockGrass">canBlockGrass</a>, <a href="../../../net/minecraft/block/Block.html#capturedDrops">capturedDrops</a>, <a href="../../../net/minecraft/block/Block.html#captureDrops">captureDrops</a>, <a href="../../../net/minecraft/block/Block.html#delegate">delegate</a>, <a href="../../../net/minecraft/block/Block.html#enableStats">enableStats</a>, <a href="../../../net/minecraft/block/Block.html#harvesters">harvesters</a>, <a href="../../../net/minecraft/block/Block.html#isBlockContainer">isBlockContainer</a>, <a href="../../../net/minecraft/block/Block.html#lightOpacity">lightOpacity</a>, <a href="../../../net/minecraft/block/Block.html#lightValue">lightValue</a>, <a href="../../../net/minecraft/block/Block.html#maxX">maxX</a>, <a href="../../../net/minecraft/block/Block.html#maxY">maxY</a>, <a href="../../../net/minecraft/block/Block.html#maxZ">maxZ</a>, <a href="../../../net/minecraft/block/Block.html#minX">minX</a>, <a href="../../../net/minecraft/block/Block.html#minY">minY</a>, <a href="../../../net/minecraft/block/Block.html#minZ">minZ</a>, <a href="../../../net/minecraft/block/Block.html#needsRandomTick">needsRandomTick</a>, <a href="../../../net/minecraft/block/Block.html#opaque">opaque</a>, <a href="../../../net/minecraft/block/Block.html#slipperiness">slipperiness</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeAnvil">soundTypeAnvil</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeCloth">soundTypeCloth</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeGlass">soundTypeGlass</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeGrass">soundTypeGrass</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeGravel">soundTypeGravel</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeLadder">soundTypeLadder</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeMetal">soundTypeMetal</a>, <a href="../../../net/minecraft/block/Block.html#soundTypePiston">soundTypePiston</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeSand">soundTypeSand</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeSnow">soundTypeSnow</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeStone">soundTypeStone</a>, <a href="../../../net/minecraft/block/Block.html#soundTypeWood">soundTypeWood</a>, <a href="../../../net/minecraft/block/Block.html#stepSound">stepSound</a>, <a href="../../../net/minecraft/block/Block.html#textureName">textureName</a>, <a href="../../../net/minecraft/block/Block.html#useNeighborBrightness">useNeighborBrightness</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/block/BlockContainer.html#BlockContainer(net.minecraft.block.material.Material)">BlockContainer</a></strong>(<a href="../../../net/minecraft/block/material/Material.html" title="class in net.minecraft.block.material">Material</a> p_i45386_1_)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/block/BlockContainer.html#breakBlock(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.block.Block,%20int)">breakBlock</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_149749_1_,
int p_149749_2_,
int p_149749_3_,
int p_149749_4_,
<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> p_149749_5_,
int p_149749_6_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/block/BlockContainer.html#onBlockAdded(net.minecraft.world.World,%20int,%20int,%20int)">onBlockAdded</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_149726_1_,
int p_149726_2_,
int p_149726_3_,
int p_149726_4_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/block/BlockContainer.html#onBlockEventReceived(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20int)">onBlockEventReceived</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_149696_1_,
int p_149696_2_,
int p_149696_3_,
int p_149696_4_,
int p_149696_5_,
int p_149696_6_)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.block.Block">
<!-- -->
</a>
<h3>Methods inherited from class net.minecraft.block.<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></h3>
<code><a href="../../../net/minecraft/block/Block.html#addCollisionBoxesToList(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.util.AxisAlignedBB,%20java.util.List,%20net.minecraft.entity.Entity)">addCollisionBoxesToList</a>, <a href="../../../net/minecraft/block/Block.html#addDestroyEffects(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20net.minecraft.client.particle.EffectRenderer)">addDestroyEffects</a>, <a href="../../../net/minecraft/block/Block.html#addHitEffects(net.minecraft.world.World,%20net.minecraft.util.MovingObjectPosition,%20net.minecraft.client.particle.EffectRenderer)">addHitEffects</a>, <a href="../../../net/minecraft/block/Block.html#beginLeavesDecay(net.minecraft.world.World,%20int,%20int,%20int)">beginLeavesDecay</a>, <a href="../../../net/minecraft/block/Block.html#canBeReplacedByLeaves(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">canBeReplacedByLeaves</a>, <a href="../../../net/minecraft/block/Block.html#canBlockStay(net.minecraft.world.World,%20int,%20int,%20int)">canBlockStay</a>, <a href="../../../net/minecraft/block/Block.html#canCollideCheck(int,%20boolean)">canCollideCheck</a>, <a href="../../../net/minecraft/block/Block.html#canConnectRedstone(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">canConnectRedstone</a>, <a href="../../../net/minecraft/block/Block.html#canCreatureSpawn(net.minecraft.entity.EnumCreatureType,%20net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">canCreatureSpawn</a>, <a href="../../../net/minecraft/block/Block.html#canDropFromExplosion(net.minecraft.world.Explosion)">canDropFromExplosion</a>, <a href="../../../net/minecraft/block/Block.html#canEntityDestroy(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraft.entity.Entity)">canEntityDestroy</a>, <a href="../../../net/minecraft/block/Block.html#canHarvestBlock(net.minecraft.entity.player.EntityPlayer,%20int)">canHarvestBlock</a>, <a href="../../../net/minecraft/block/Block.html#canPlaceBlockAt(net.minecraft.world.World,%20int,%20int,%20int)">canPlaceBlockAt</a>, <a href="../../../net/minecraft/block/Block.html#canPlaceBlockOnSide(net.minecraft.world.World,%20int,%20int,%20int,%20int)">canPlaceBlockOnSide</a>, <a href="../../../net/minecraft/block/Block.html#canPlaceTorchOnTop(net.minecraft.world.World,%20int,%20int,%20int)">canPlaceTorchOnTop</a>, <a href="../../../net/minecraft/block/Block.html#canProvidePower()">canProvidePower</a>, <a href="../../../net/minecraft/block/Block.html#canRenderInPass(int)">canRenderInPass</a>, <a href="../../../net/minecraft/block/Block.html#canReplace(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20net.minecraft.item.ItemStack)">canReplace</a>, <a href="../../../net/minecraft/block/Block.html#canSilkHarvest()">canSilkHarvest</a>, <a href="../../../net/minecraft/block/Block.html#canSilkHarvest(net.minecraft.world.World,%20net.minecraft.entity.player.EntityPlayer,%20int,%20int,%20int,%20int)">canSilkHarvest</a>, <a href="../../../net/minecraft/block/Block.html#canSustainLeaves(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">canSustainLeaves</a>, <a href="../../../net/minecraft/block/Block.html#canSustainPlant(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection,%20net.minecraftforge.common.IPlantable)">canSustainPlant</a>, <a href="../../../net/minecraft/block/Block.html#captureDrops(boolean)">captureDrops</a>, <a href="../../../net/minecraft/block/Block.html#collisionRayTrace(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.util.Vec3,%20net.minecraft.util.Vec3)">collisionRayTrace</a>, <a href="../../../net/minecraft/block/Block.html#colorMultiplier(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">colorMultiplier</a>, <a href="../../../net/minecraft/block/Block.html#createStackedBlock(int)">createStackedBlock</a>, <a href="../../../net/minecraft/block/Block.html#createTileEntity(net.minecraft.world.World,%20int)">createTileEntity</a>, <a href="../../../net/minecraft/block/Block.html#damageDropped(int)">damageDropped</a>, <a href="../../../net/minecraft/block/Block.html#disableStats()">disableStats</a>, <a href="../../../net/minecraft/block/Block.html#dropBlockAsItem(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20int)">dropBlockAsItem</a>, <a href="../../../net/minecraft/block/Block.html#dropBlockAsItem(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.item.ItemStack)">dropBlockAsItem</a>, <a href="../../../net/minecraft/block/Block.html#dropBlockAsItemWithChance(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20float,%20int)">dropBlockAsItemWithChance</a>, <a href="../../../net/minecraft/block/Block.html#dropXpOnBlockBreak(net.minecraft.world.World,%20int,%20int,%20int,%20int)">dropXpOnBlockBreak</a>, <a href="../../../net/minecraft/block/Block.html#fillWithRain(net.minecraft.world.World,%20int,%20int,%20int)">fillWithRain</a>, <a href="../../../net/minecraft/block/Block.html#func_149698_L()">func_149698_L</a>, <a href="../../../net/minecraft/block/Block.html#func_149730_j()">func_149730_j</a>, <a href="../../../net/minecraft/block/Block.html#func_149735_b(int,%20int)">func_149735_b</a>, <a href="../../../net/minecraft/block/Block.html#getAmbientOcclusionLightValue()">getAmbientOcclusionLightValue</a>, <a href="../../../net/minecraft/block/Block.html#getBedDirection(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">getBedDirection</a>, <a href="../../../net/minecraft/block/Block.html#getBedSpawnPosition(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">getBedSpawnPosition</a>, <a href="../../../net/minecraft/block/Block.html#getBlockBoundsMaxX()">getBlockBoundsMaxX</a>, <a href="../../../net/minecraft/block/Block.html#getBlockBoundsMaxY()">getBlockBoundsMaxY</a>, <a href="../../../net/minecraft/block/Block.html#getBlockBoundsMaxZ()">getBlockBoundsMaxZ</a>, <a href="../../../net/minecraft/block/Block.html#getBlockBoundsMinX()">getBlockBoundsMinX</a>, <a href="../../../net/minecraft/block/Block.html#getBlockBoundsMinY()">getBlockBoundsMinY</a>, <a href="../../../net/minecraft/block/Block.html#getBlockBoundsMinZ()">getBlockBoundsMinZ</a>, <a href="../../../net/minecraft/block/Block.html#getBlockById(int)">getBlockById</a>, <a href="../../../net/minecraft/block/Block.html#getBlockColor()">getBlockColor</a>, <a href="../../../net/minecraft/block/Block.html#getBlockFromItem(net.minecraft.item.Item)">getBlockFromItem</a>, <a href="../../../net/minecraft/block/Block.html#getBlockFromName(java.lang.String)">getBlockFromName</a>, <a href="../../../net/minecraft/block/Block.html#getBlockHardness(net.minecraft.world.World,%20int,%20int,%20int)">getBlockHardness</a>, <a href="../../../net/minecraft/block/Block.html#getBlocksMovement(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">getBlocksMovement</a>, <a href="../../../net/minecraft/block/Block.html#getBlockTextureFromSide(int)">getBlockTextureFromSide</a>, <a href="../../../net/minecraft/block/Block.html#getCanBlockGrass()">getCanBlockGrass</a>, <a href="../../../net/minecraft/block/Block.html#getCollisionBoundingBoxFromPool(net.minecraft.world.World,%20int,%20int,%20int)">getCollisionBoundingBoxFromPool</a>, <a href="../../../net/minecraft/block/Block.html#getComparatorInputOverride(net.minecraft.world.World,%20int,%20int,%20int,%20int)">getComparatorInputOverride</a>, <a href="../../../net/minecraft/block/Block.html#getCreativeTabToDisplayOn()">getCreativeTabToDisplayOn</a>, <a href="../../../net/minecraft/block/Block.html#getDamageValue(net.minecraft.world.World,%20int,%20int,%20int)">getDamageValue</a>, <a href="../../../net/minecraft/block/Block.html#getDrops(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20int)">getDrops</a>, <a href="../../../net/minecraft/block/Block.html#getEnableStats()">getEnableStats</a>, <a href="../../../net/minecraft/block/Block.html#getEnchantPowerBonus(net.minecraft.world.World,%20int,%20int,%20int)">getEnchantPowerBonus</a>, <a href="../../../net/minecraft/block/Block.html#getExpDrop(net.minecraft.world.IBlockAccess,%20int,%20int)">getExpDrop</a>, <a href="../../../net/minecraft/block/Block.html#getExplosionResistance(net.minecraft.entity.Entity)">getExplosionResistance</a>, <a href="../../../net/minecraft/block/Block.html#getExplosionResistance(net.minecraft.entity.Entity,%20net.minecraft.world.World,%20int,%20int,%20int,%20double,%20double,%20double)">getExplosionResistance</a>, <a href="../../../net/minecraft/block/Block.html#getFireSpreadSpeed(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection)">getFireSpreadSpeed</a>, <a href="../../../net/minecraft/block/Block.html#getFlammability(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection)">getFlammability</a>, <a href="../../../net/minecraft/block/Block.html#getHarvestLevel(int)">getHarvestLevel</a>, <a href="../../../net/minecraft/block/Block.html#getHarvestTool(int)">getHarvestTool</a>, <a href="../../../net/minecraft/block/Block.html#getIcon(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">getIcon</a>, <a href="../../../net/minecraft/block/Block.html#getIcon(int,%20int)">getIcon</a>, <a href="../../../net/minecraft/block/Block.html#getIdFromBlock(net.minecraft.block.Block)">getIdFromBlock</a>, <a href="../../../net/minecraft/block/Block.html#getItem(net.minecraft.world.World,%20int,%20int,%20int)">getItem</a>, <a href="../../../net/minecraft/block/Block.html#getItemDropped(int,%20java.util.Random,%20int)">getItemDropped</a>, <a href="../../../net/minecraft/block/Block.html#getItemIconName()">getItemIconName</a>, <a href="../../../net/minecraft/block/Block.html#getLightOpacity()">getLightOpacity</a>, <a href="../../../net/minecraft/block/Block.html#getLightOpacity(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">getLightOpacity</a>, <a href="../../../net/minecraft/block/Block.html#getLightValue()">getLightValue</a>, <a href="../../../net/minecraft/block/Block.html#getLightValue(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">getLightValue</a>, <a href="../../../net/minecraft/block/Block.html#getLocalizedName()">getLocalizedName</a>, <a href="../../../net/minecraft/block/Block.html#getMapColor(int)">getMapColor</a>, <a href="../../../net/minecraft/block/Block.html#getMaterial()">getMaterial</a>, <a href="../../../net/minecraft/block/Block.html#getMixedBrightnessForBlock(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">getMixedBrightnessForBlock</a>, <a href="../../../net/minecraft/block/Block.html#getMobilityFlag()">getMobilityFlag</a>, <a href="../../../net/minecraft/block/Block.html#getPickBlock(net.minecraft.util.MovingObjectPosition,%20net.minecraft.world.World,%20int,%20int,%20int)">getPickBlock</a>, <a href="../../../net/minecraft/block/Block.html#getPickBlock(net.minecraft.util.MovingObjectPosition,%20net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">getPickBlock</a>, <a href="../../../net/minecraft/block/Block.html#getPlayerRelativeBlockHardness(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.world.World,%20int,%20int,%20int)">getPlayerRelativeBlockHardness</a>, <a href="../../../net/minecraft/block/Block.html#getRenderBlockPass()">getRenderBlockPass</a>, <a href="../../../net/minecraft/block/Block.html#getRenderColor(int)">getRenderColor</a>, <a href="../../../net/minecraft/block/Block.html#getRenderType()">getRenderType</a>, <a href="../../../net/minecraft/block/Block.html#getSelectedBoundingBoxFromPool(net.minecraft.world.World,%20int,%20int,%20int)">getSelectedBoundingBoxFromPool</a>, <a href="../../../net/minecraft/block/Block.html#getSubBlocks(net.minecraft.item.Item,%20net.minecraft.creativetab.CreativeTabs,%20java.util.List)">getSubBlocks</a>, <a href="../../../net/minecraft/block/Block.html#getTextureName()">getTextureName</a>, <a href="../../../net/minecraft/block/Block.html#getTickRandomly()">getTickRandomly</a>, <a href="../../../net/minecraft/block/Block.html#getUnlocalizedName()">getUnlocalizedName</a>, <a href="../../../net/minecraft/block/Block.html#getUseNeighborBrightness()">getUseNeighborBrightness</a>, <a href="../../../net/minecraft/block/Block.html#getValidRotations(net.minecraft.world.World,%20int,%20int,%20int)">getValidRotations</a>, <a href="../../../net/minecraft/block/Block.html#getWeakChanges(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">getWeakChanges</a>, <a href="../../../net/minecraft/block/Block.html#harvestBlock(net.minecraft.world.World,%20net.minecraft.entity.player.EntityPlayer,%20int,%20int,%20int,%20int)">harvestBlock</a>, <a href="../../../net/minecraft/block/Block.html#hasComparatorInputOverride()">hasComparatorInputOverride</a>, <a href="../../../net/minecraft/block/Block.html#hasTileEntity()">hasTileEntity</a>, <a href="../../../net/minecraft/block/Block.html#hasTileEntity(int)">hasTileEntity</a>, <a href="../../../net/minecraft/block/Block.html#isAir(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isAir</a>, <a href="../../../net/minecraft/block/Block.html#isAssociatedBlock(net.minecraft.block.Block)">isAssociatedBlock</a>, <a href="../../../net/minecraft/block/Block.html#isBeaconBase(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int,%20int,%20int)">isBeaconBase</a>, <a href="../../../net/minecraft/block/Block.html#isBed(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraft.entity.EntityLivingBase)">isBed</a>, <a href="../../../net/minecraft/block/Block.html#isBedFoot(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isBedFoot</a>, <a href="../../../net/minecraft/block/Block.html#isBlockNormalCube()">isBlockNormalCube</a>, <a href="../../../net/minecraft/block/Block.html#isBlockSolid(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">isBlockSolid</a>, <a href="../../../net/minecraft/block/Block.html#isBurning(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isBurning</a>, <a href="../../../net/minecraft/block/Block.html#isCollidable()">isCollidable</a>, <a href="../../../net/minecraft/block/Block.html#isEqualTo(net.minecraft.block.Block,%20net.minecraft.block.Block)">isEqualTo</a>, <a href="../../../net/minecraft/block/Block.html#isFertile(net.minecraft.world.World,%20int,%20int,%20int)">isFertile</a>, <a href="../../../net/minecraft/block/Block.html#isFireSource(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection)">isFireSource</a>, <a href="../../../net/minecraft/block/Block.html#isFlammable(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection)">isFlammable</a>, <a href="../../../net/minecraft/block/Block.html#isFlowerPot()">isFlowerPot</a>, <a href="../../../net/minecraft/block/Block.html#isFoliage(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isFoliage</a>, <a href="../../../net/minecraft/block/Block.html#isLadder(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraft.entity.EntityLivingBase)">isLadder</a>, <a href="../../../net/minecraft/block/Block.html#isLeaves(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isLeaves</a>, <a href="../../../net/minecraft/block/Block.html#isNormalCube()">isNormalCube</a>, <a href="../../../net/minecraft/block/Block.html#isNormalCube(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isNormalCube</a>, <a href="../../../net/minecraft/block/Block.html#isOpaqueCube()">isOpaqueCube</a>, <a href="../../../net/minecraft/block/Block.html#isProvidingStrongPower(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">isProvidingStrongPower</a>, <a href="../../../net/minecraft/block/Block.html#isProvidingWeakPower(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">isProvidingWeakPower</a>, <a href="../../../net/minecraft/block/Block.html#isReplaceable(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isReplaceable</a>, <a href="../../../net/minecraft/block/Block.html#isReplaceableOreGen(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.block.Block)">isReplaceableOreGen</a>, <a href="../../../net/minecraft/block/Block.html#isSideSolid(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection)">isSideSolid</a>, <a href="../../../net/minecraft/block/Block.html#isToolEffective(java.lang.String,%20int)">isToolEffective</a>, <a href="../../../net/minecraft/block/Block.html#isWood(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">isWood</a>, <a href="../../../net/minecraft/block/Block.html#onBlockActivated(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer,%20int,%20float,%20float,%20float)">onBlockActivated</a>, <a href="../../../net/minecraft/block/Block.html#onBlockClicked(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">onBlockClicked</a>, <a href="../../../net/minecraft/block/Block.html#onBlockDestroyedByExplosion(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.world.Explosion)">onBlockDestroyedByExplosion</a>, <a href="../../../net/minecraft/block/Block.html#onBlockDestroyedByPlayer(net.minecraft.world.World,%20int,%20int,%20int,%20int)">onBlockDestroyedByPlayer</a>, <a href="../../../net/minecraft/block/Block.html#onBlockExploded(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.world.Explosion)">onBlockExploded</a>, <a href="../../../net/minecraft/block/Block.html#onBlockHarvested(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">onBlockHarvested</a>, <a href="../../../net/minecraft/block/Block.html#onBlockPlaced(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20float,%20float,%20float,%20int)">onBlockPlaced</a>, <a href="../../../net/minecraft/block/Block.html#onBlockPlacedBy(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.EntityLivingBase,%20net.minecraft.item.ItemStack)">onBlockPlacedBy</a>, <a href="../../../net/minecraft/block/Block.html#onBlockPreDestroy(net.minecraft.world.World,%20int,%20int,%20int,%20int)">onBlockPreDestroy</a>, <a href="../../../net/minecraft/block/Block.html#onEntityCollidedWithBlock(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.Entity)">onEntityCollidedWithBlock</a>, <a href="../../../net/minecraft/block/Block.html#onEntityWalking(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.Entity)">onEntityWalking</a>, <a href="../../../net/minecraft/block/Block.html#onFallenUpon(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.Entity,%20float)">onFallenUpon</a>, <a href="../../../net/minecraft/block/Block.html#onNeighborBlockChange(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.block.Block)">onNeighborBlockChange</a>, <a href="../../../net/minecraft/block/Block.html#onNeighborChange(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int,%20int,%20int)">onNeighborChange</a>, <a href="../../../net/minecraft/block/Block.html#onPlantGrow(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20int,%20int)">onPlantGrow</a>, <a href="../../../net/minecraft/block/Block.html#onPostBlockPlaced(net.minecraft.world.World,%20int,%20int,%20int,%20int)">onPostBlockPlaced</a>, <a href="../../../net/minecraft/block/Block.html#quantityDropped(int,%20int,%20java.util.Random)">quantityDropped</a>, <a href="../../../net/minecraft/block/Block.html#quantityDropped(java.util.Random)">quantityDropped</a>, <a href="../../../net/minecraft/block/Block.html#quantityDroppedWithBonus(int,%20java.util.Random)">quantityDroppedWithBonus</a>, <a href="../../../net/minecraft/block/Block.html#randomDisplayTick(net.minecraft.world.World,%20int,%20int,%20int,%20java.util.Random)">randomDisplayTick</a>, <a href="../../../net/minecraft/block/Block.html#recolourBlock(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection,%20int)">recolourBlock</a>, <a href="../../../net/minecraft/block/Block.html#registerBlockIcons(net.minecraft.client.renderer.texture.IIconRegister)">registerBlockIcons</a>, <a href="../../../net/minecraft/block/Block.html#registerBlocks()">registerBlocks</a>, <a href="../../../net/minecraft/block/Block.html#removedByPlayer(net.minecraft.world.World,%20net.minecraft.entity.player.EntityPlayer,%20int,%20int,%20int)">removedByPlayer</a>, <a href="../../../net/minecraft/block/Block.html#removedByPlayer(net.minecraft.world.World,%20net.minecraft.entity.player.EntityPlayer,%20int,%20int,%20int,%20boolean)">removedByPlayer</a>, <a href="../../../net/minecraft/block/Block.html#renderAsNormalBlock()">renderAsNormalBlock</a>, <a href="../../../net/minecraft/block/Block.html#rotateBlock(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraftforge.common.util.ForgeDirection)">rotateBlock</a>, <a href="../../../net/minecraft/block/Block.html#setBedOccupied(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer,%20boolean)">setBedOccupied</a>, <a href="../../../net/minecraft/block/Block.html#setBlockBounds(float,%20float,%20float,%20float,%20float,%20float)">setBlockBounds</a>, <a href="../../../net/minecraft/block/Block.html#setBlockBoundsBasedOnState(net.minecraft.world.IBlockAccess,%20int,%20int,%20int)">setBlockBoundsBasedOnState</a>, <a href="../../../net/minecraft/block/Block.html#setBlockBoundsForItemRender()">setBlockBoundsForItemRender</a>, <a href="../../../net/minecraft/block/Block.html#setBlockName(java.lang.String)">setBlockName</a>, <a href="../../../net/minecraft/block/Block.html#setBlockTextureName(java.lang.String)">setBlockTextureName</a>, <a href="../../../net/minecraft/block/Block.html#setBlockUnbreakable()">setBlockUnbreakable</a>, <a href="../../../net/minecraft/block/Block.html#setCreativeTab(net.minecraft.creativetab.CreativeTabs)">setCreativeTab</a>, <a href="../../../net/minecraft/block/Block.html#setHardness(float)">setHardness</a>, <a href="../../../net/minecraft/block/Block.html#setHarvestLevel(java.lang.String,%20int)">setHarvestLevel</a>, <a href="../../../net/minecraft/block/Block.html#setHarvestLevel(java.lang.String,%20int,%20int)">setHarvestLevel</a>, <a href="../../../net/minecraft/block/Block.html#setLightLevel(float)">setLightLevel</a>, <a href="../../../net/minecraft/block/Block.html#setLightOpacity(int)">setLightOpacity</a>, <a href="../../../net/minecraft/block/Block.html#setResistance(float)">setResistance</a>, <a href="../../../net/minecraft/block/Block.html#setStepSound(net.minecraft.block.Block.SoundType)">setStepSound</a>, <a href="../../../net/minecraft/block/Block.html#setTickRandomly(boolean)">setTickRandomly</a>, <a href="../../../net/minecraft/block/Block.html#shouldCheckWeakPower(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">shouldCheckWeakPower</a>, <a href="../../../net/minecraft/block/Block.html#shouldSideBeRendered(net.minecraft.world.IBlockAccess,%20int,%20int,%20int,%20int)">shouldSideBeRendered</a>, <a href="../../../net/minecraft/block/Block.html#tickRate(net.minecraft.world.World)">tickRate</a>, <a href="../../../net/minecraft/block/Block.html#updateTick(net.minecraft.world.World,%20int,%20int,%20int,%20java.util.Random)">updateTick</a>, <a href="../../../net/minecraft/block/Block.html#velocityToAddToEntity(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.Entity,%20net.minecraft.util.Vec3)">velocityToAddToEntity</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.block.ITileEntityProvider">
<!-- -->
</a>
<h3>Methods inherited from interface net.minecraft.block.<a href="../../../net/minecraft/block/ITileEntityProvider.html" title="interface in net.minecraft.block">ITileEntityProvider</a></h3>
<code><a href="../../../net/minecraft/block/ITileEntityProvider.html#createNewTileEntity(net.minecraft.world.World,%20int)">createNewTileEntity</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BlockContainer(net.minecraft.block.material.Material)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BlockContainer</h4>
<pre>protected BlockContainer(<a href="../../../net/minecraft/block/material/Material.html" title="class in net.minecraft.block.material">Material</a> p_i45386_1_)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onBlockAdded(net.minecraft.world.World, int, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onBlockAdded</h4>
<pre>public void onBlockAdded(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_149726_1_,
int p_149726_2_,
int p_149726_3_,
int p_149726_4_)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../net/minecraft/block/Block.html#onBlockAdded(net.minecraft.world.World,%20int,%20int,%20int)">onBlockAdded</a></code> in class <code><a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></dd>
</dl>
</li>
</ul>
<a name="breakBlock(net.minecraft.world.World, int, int, int, net.minecraft.block.Block, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>breakBlock</h4>
<pre>public void breakBlock(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_149749_1_,
int p_149749_2_,
int p_149749_3_,
int p_149749_4_,
<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> p_149749_5_,
int p_149749_6_)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../net/minecraft/block/Block.html#breakBlock(net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.block.Block,%20int)">breakBlock</a></code> in class <code><a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></dd>
</dl>
</li>
</ul>
<a name="onBlockEventReceived(net.minecraft.world.World, int, int, int, int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>onBlockEventReceived</h4>
<pre>public boolean onBlockEventReceived(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_149696_1_,
int p_149696_2_,
int p_149696_3_,
int p_149696_4_,
int p_149696_5_,
int p_149696_6_)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../net/minecraft/block/Block.html#onBlockEventReceived(net.minecraft.world.World,%20int,%20int,%20int,%20int,%20int)">onBlockEventReceived</a></code> in class <code><a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../net/minecraft/block/BlockCompressedPowered.html" title="class in net.minecraft.block"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../net/minecraft/block/BlockCrops.html" title="class in net.minecraft.block"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/minecraft/block/BlockContainer.html" target="_top">Frames</a></li>
<li><a href="BlockContainer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_classes_inherited_from_class_net.minecraft.block.Block">Nested</a> | </li>
<li><a href="#fields_inherited_from_class_net.minecraft.block.Block">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|